@charset "UTF-8";
/* === Helpers === */
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
[data-overlay] {
  position: relative;
}
[data-overlay]::before {
  position: absolute;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
[data-overlay] > div {
  position: relative;
  z-index: 1;
}
[data-overlay="1"]:before {
  opacity: 0.1;
}
[data-overlay="2"]:before {
  opacity: 0.2;
}
[data-overlay="3"]:before {
  opacity: 0.3;
}
[data-overlay="4"]:before {
  opacity: 0.4;
}
[data-overlay="5"]:before {
  opacity: 0.5;
}
[data-overlay="6"]:before {
  opacity: 0.6;
}
.btn-light {
  display: flex;
  align-items: center;
  background-color: #fff;
  font-weight: 700;
  border: 2px solid #eaeaea;
  transition: all 0.3s;
}
.btn-light:hover {
  color: #fff;
  border: 2px solid #4aab3d;
  background-color: #4aab3d;
}
.btn-green {
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  background-color: #4aab3d;
  font-weight: 700;
  border: 2px solid #4aab3d;
  transition: all 0.3s;
}
.btn-green:hover {
  border: 2px solid #000;
  background-color: #000;
}
/* === Styles === */
body {
  font-family: "Kurale", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main {
  flex-grow: 1;
}
a {
  text-decoration: none;
}
.text-green {
  color: #4aab3d;
}
.bg-green {
  background-color: #4aab3d;
}
.infoline {
  background-color: #1c1c1c;
}
.infoline .infoline_item {
  display: flex;
  align-items: center;
}
.infoline .infoline_item i {
  color: #4aab3d;
  font-size: 36px;
  line-height: 1;
  padding-right: 10px;
}
.infoline .infoline_item .text {
  line-height: 1.4;
  color: #b5b5b5;
  font-size: 13px;
  font-weight: 400;
}
.breadcrumbs_section {
  background-size: cover;
  background-position: center;
}
.breadcrumbs_section h1 {
  color: #fff;
}
.breadcrumbs_section .breadcrumb-item {
  color: #fff;
}
.breadcrumbs_section .breadcrumb-item a {
  color: #4aab3d;
}
.footer_section {
  background-size: cover;
  background-position: center;
}
.footer_section .footer_widget a {
  color: #fff;
}
.footer_section .footer_widget a:hover {
  color: #4aab3d;
}
.footer_section .social_links a {
  color: #4aab3d;
}
.footer_section .social_links i {
  color: #fff !important;
  font-size: 35px;
  border-radius: 10px;
  position: relative;
  background: #4aab3d;
  padding: 5px;
  margin-right: 11px;
}
.infoline .social_links i {
  color: #fff !important;
  font-size: 35px;
  border-radius: 10px;
  position: relative;
  background: #4aab3d;
  padding: 5px;
  margin-right: 11px;
}
.swiper .swiper-button-prev:hover::after, .swiper .swiper-button-next:hover::after {
  transform: scale(1.2);
}
.swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {
  transition: all 0.3s;
  padding: 5px;
  font-size: 25px;
  border-radius: 100px;
  background-color: #ffffff66;
  color: #fff;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.5s;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.3);
  background: #4aab3d;
}
/* === Site Search === */
.search_form .ss-search-form__input {
  position: relative;
  display: flex;
  align-items: center;
}
.search_form .ss-search-form__input input {
  width: 100%;
  padding: 10px;
}
.search_form .ss-search-form__input button {
  position: absolute;
  right: 0;
  background: none;
  border: none;
  font-size: 27px;
  display: flex;
}
/* === Home Page === */
.hero_section .hero_silder_img {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  transition: all 1s;
}
.hero_section .swiper-slide {
  overflow: hidden;
}
.hero_section .swiper-slide.swiper-slide-active .hero_silder_img {
  transform: scale(1);
}
.hero_section .container {
  padding-top: 12rem;
  padding-bottom: 11rem;
  color: #fff;
  position: relative;
  z-index: 1;
}
.main_links_wrapper {
  z-index: 2;
  position: relative;
  margin-top: -50px;
}
.main_links_wrapper .main_link_item {
  background-color: #fff;
  margin: 20px 0;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 57px 0px rgba(0, 0, 0, 0.35) !important;
  color: #000;
}
.main_links_wrapper .main_link_item:nth-child(1) {
  border-radius: 15px 0 0 15px;
}
.main_links_wrapper .main_link_item:nth-child(2) {
  color: #fff;
  border-radius: 15px;
  margin: 0;
  padding: 50px 0;
  background-color: #4aab3d;
}
.main_links_wrapper .main_link_item:nth-child(3) {
  border-radius: 0 15px 15px 0;
}
@media screen and (max-width: 767px) {
  .main_links_wrapper .main_link_item {
    margin: 0 0 2rem !important;
    padding: 20px !important;
    border-radius: 15px !important;
  }
}
.home_tabs .nav-link {
  color: #4aab3d;
  font-weight: bold;
}
.abouts_image {
  border-radius: 10px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.abouts_image::after {
  content: "";
  padding-top: 100%;
  display: block;
}
.abouts_image .abouts_link_wrapper {
  bottom: 0;
  position: absolute;
  right: 0;
  background: #4aab3d;
  padding: 20px 20px 20px 40px;
  border-radius: 20rem 0 0 20rem;
  margin-bottom: 30px;
}
.abouts_image .abouts_link_wrapper h4 {
  color: #fff;
  margin-bottom: 0;
}
.advantages_section {
  background-color: #f7f7f7;
}
.advantages_section .advantage_item {
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 3px 0 15px -1px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
.advantages_section .advantage_item .image_wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.advantages_section .advantage_item .image_wrapper img {
  transition: all 0.5s;
}
.advantages_section .advantage_item .image_wrapper::after {
  height: 41px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: calc(100% + 10px);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.advantages_section .advantage_item .text {
  padding: 20px 30px 30px 30px;
  position: relative;
}
.advantages_section .advantage_item .text::after {
  content: "";
  position: absolute;
  bottom: -53px;
  right: -110px;
  width: 200px;
  height: 100px;
  background: rgba(230, 230, 230, 0.3);
  border-radius: 100px/50px;
  -webkit-border-radius: 100px/50px;
  -moz-border-radius: 100px/50px;
  transform: rotate(148deg);
  -ms-transform: rotate(148deg);
  -webkit-transform: rotate(148deg);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  background: #4aab3d;
}
.advantages_section .advantage_item:hover .text::after {
  right: -80px;
}
.advantages_section .advantage_item:hover img {
  transform: scale(1.2);
}
.advantages_section .advantage_item:hover .image_wrapper::after {
  -webkit-clip-path: polygon(0 100%, 0 100%, 100% 100%);
  clip-path: polygon(0 100%, 0 100%, 100% 100%);
}
/* === Blog Aside === */
.blog_post_item {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
}
.blog_post_item:hover {
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
  background-color: #fff;
}
.blog_post_item .img {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 260px;
  border-radius: 10px;
}
.blog_post_item .categories {
  position: absolute;
  bottom: 0;
  transform: translate(40px, 60%);
  padding: 5px 10px;
  border-radius: 6px;
  background-color: #4aab3d;
  display: inline-flex;
  align-items: center;
}
.blog_post_item .categories a {
  color: #fff !important;
}
.blog_post_item .content {
  padding: 40px;
  margin-top: -8px;
}
.blog_post_item .content h3 {
  color: #000;
}
/* === Blog Aside === */
.blog_aside_widget {
  position: relative;
  margin-bottom: 40px;
  background-color: #f4f4f4;
  padding: 40px;
  border-radius: 8px;
}
.blog_aside_widget::after {
  content: "";
  display: block;
  height: 3px;
  background: #4aab3d;
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 0;
}
.blog_aside_item {
  display: flex;
  align-items: center;
}
.blog_aside_item h4 {
  color: #000;
}
.blog_aside_item .image {
  flex-shrink: 0;
  width: 80px;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.blog_aside_item .image::after {
  content: "";
  padding-top: 100%;
  display: block;
}
.post_cover {
  border-radius: 10px;
}
.post_gallery {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.post_gallery .gallery_item {
  border-radius: 6px;
  flex: 1 0 200px;
  background-position: center;
  background-size: cover;
}
.post_gallery .gallery_item::after {
  content: "";
  padding-top: 100%;
  display: block;
}
.contacts_wraper {
  padding-top: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contacts_wraper .contacts_item {
  display: flex;
}
.contacts_wraper .contacts_item i {
  margin-right: 20px;
  font-size: 40px;
  color: #4aab3d;
}
.contacts_wraper .contacts_item .text {
  color: #000 !important;
}
.contacts_wraper .contacts_form {
  margin-bottom: -104px !important;
  z-index: 2;
  position: relative;
  background-color: #4aab3d;
  border-radius: 4px;
  padding: 60px 10% 54px;
}
.event_item {
  background-color: #fff;
  align-items: center;
  padding: 10px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.24) !important;
  color: #000 !important;
  border-radius: 8px;
}
.event_item a {
  color: #4aab3d;
}
.static_page a {
  color: #4aab3d;
  font-weight: 600;
}
.static_page a:hover, .static_page a:visited {
  color: #a9ab3d;
}
.ul_hor {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.ul_hor li {
  text-align: center;
  display: inline-block;
  /* Строчно-блочный элемент */
  border: 1px solid #000;
  /* Рамка вокруг текста */
  padding: 3px;
}
.ul_hor .has_cildren {
  display: flex;
  flex-direction: column;
}
.employee_item {
  height: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  box-shadow: 3px 0 15px -1px rgba(0, 0, 0, 0.15);
}
.employee_item h4 {
  color: #4aab3d;
}
.employee_item p {
  color: #222;
  margin-bottom: 0;
}
.nested_tree {
  padding-left: 0;
}
.nested_tree > li > span::after, .nested_tree > li::before {
  content: none !important;
}
.nested_tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 0px 0 0;
  position: relative;
}
.nested_tree li::before, .nested_tree li::after {
  content: "";
  left: -30px;
  position: absolute;
  right: auto;
}
.nested_tree li::before {
  border-left: 2px solid #ccc;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
}
.nested_tree li:last-child::before {
  height: 50%;
}
.nested_tree li span {
  position: relative;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  width: 100%;
}
.nested_tree li span a {
  color: #0288d1 !important;
}
.nested_tree li span::after {
  content: "";
  position: absolute;
  right: 100%;
  border-top: 2px solid #ccc;
  height: 20px;
  top: 42%;
  width: 31px;
}
.nested_tree .parent_li ul {
  padding-left: 50px;
}
.header-flex-column {
  flex-direction: column;
}
@media (max-width: 999px) {
  .header-flex-column {
    align-items: start !important;
  }
}
.header-flex-row {
  justify-content: start;
  display: flex;
}
.margin-vertical-10 {
  margin: 10px 0 10px 0 !important;
}
